Skip to content

GET /a/n/action/{Name}/{JobUuid}

Retrieve information about an action running in background

Path Parameters

  • Name (string, required)

  • JobUuid (string, required)

Response Example (200)

Response Type /definitions/restBackgroundAction

{
  "CanPause": true,
  "CanStop": true,
  "EndTime": 10,
  "HasProgress": true,
  "JobUuid": "string",
  "Label": "string",
  "Name": "string",
  "Progress": "[Unknown Type number]",
  "StartTime": 10,
  "Status": "string",
  "StatusMessage": "string"
}